download rebase if needed for all sdk versions

Change-Id: I1417d243c94438c36158b0d5f873fa939b7d7642
diff --git a/configure.in b/configure.in
index 8a786cb..a1b119a 100644
--- a/configure.in
+++ b/configure.in
@@ -9114,7 +9114,7 @@
 dnl =========================================
 if test "$build_os" = "cygwin"; then
 		AC_PATH_PROG([REBASE], [rebase])
-        if test \( -z "$REBASE" -o "$REBASE" = "/usr/bin/rebase" \) -a "$WINDOWS_SDK_VERSION" = "80"; then
+        if test \( -z "$REBASE" -o "$REBASE" = "/usr/bin/rebase" \); then
             REBASE=download
 			AC_SUBST(REBASE)
         fi