diff options
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f0e170e4daa2..04636fb7695b 100644 --- a/configure.in +++ b/configure.in @@ -5373,6 +5373,9 @@ dnl Check if this is the right SDK. elif echo $PSDK_HOME | grep "v6.0" >/dev/null 2>/dev/null; then AC_MSG_RESULT([Found Windows SDK 6.0 ($PSDK_HOME)]) WINDOWS_VISTA_PSDK=TRUE + elif echo $PSDK_HOME | grep "v7" >/dev/null 2>/dev/null; then + AC_MSG_RESULT([Found Windows SDK 7 ($PSDK_HOME)]) + WINDOWS_VISTA_PSDK=TRUE else AC_MSG_RESULT([Found Legacy Windows Platform SDK ($PSDK_HOME)]) fi |