uname -r | grep -qv ^2\.6 &&
  {
    echo "Please note that ipsec-tools requires the Linux 2.6 kernel headers."
    echo "The cast will continue but will most likely fail."
  }
true
