From 51ec7b1d6b1846771ab4e4fd6bd71beed998a00d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 14 Sep 2010 12:00:20 +0200 Subject: win32-sdk7.diff: Recognize Windows SDK 7 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') 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 -- cgit